home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / germ_roundup.swf / scripts / DefineButton2_106 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  85 b   |  5 lines

  1. on(release){
  2.    _global.bHelp = true;
  3.    this._parent.gotoAndStop("gameReal");
  4. }
  5.